Click here to Skip to main content
15,923,273 members
Home / Discussions / Web Development
   

Web Development

 
Generalword document + javascripting. [modified] Pin
ritu432124-Jan-08 18:45
ritu432124-Jan-08 18:45 
GeneralRe: word document + javascripting. Pin
led mike25-Jan-08 4:38
led mike25-Jan-08 4:38 
QuestionJavascript Pin
ELEESA JOVAIN24-Jan-08 17:47
ELEESA JOVAIN24-Jan-08 17:47 
AnswerRe: Javascript Pin
newc125-Jan-08 5:43
newc125-Jan-08 5:43 
QuestionJavascript Pin
ELEESA JOVAIN24-Jan-08 17:40
ELEESA JOVAIN24-Jan-08 17:40 
AnswerRe: Javascript Pin
newc125-Jan-08 5:51
newc125-Jan-08 5:51 
GeneralOperation must use an updateable query Pin
multimedia924-Jan-08 15:21
multimedia924-Jan-08 15:21 
GeneralHttpOnly cookies in ASP Pin
servoPrime24-Jan-08 13:19
servoPrime24-Jan-08 13:19 
I have an old website with a client who wants all of the sercurity holes closed. One of them is that there are many cookies not set with the HttpOnly option.
I have tried to set them according to the documentation I have found online for ASP, example:

Response.Cookies( "TestCookie" ).Path = "/; HttpOnly"
Response.Cookies( "TestCookie" ) = "This is an HTTP Only cookie"

yeilds a blank cookie when accessing it from another page. I have tried this on different computers and get the same result.
I think I found the problem though. The cookie header is being sent like this (output from Fiddler2):

Set-Cookie: TestCookie=This+is+an+HTTP+Only+cookie; path=/%3B%20HttpOnly

If I set the cookie using the .HttpOnly property of the cookie object in a .Net application I get:

Set-Cookie: TestCookie=This is an HTTP Only cookie; path=/; HttpOnly

Which works just fine.
Looks like the cookie header is getting escaped somewhere, anyone have any ideas?
Thanks in advance for any help.
GeneralIFrames causing problems with clients browser Pin
Chris McGlothen24-Jan-08 6:16
Chris McGlothen24-Jan-08 6:16 
GeneralRe: IFrames causing problems with clients browser Pin
Paul Conrad24-Jan-08 6:37
professionalPaul Conrad24-Jan-08 6:37 
AnswerRe: IFrames causing problems with clients browser Pin
Guffa24-Jan-08 8:44
Guffa24-Jan-08 8:44 
GeneralRe: IFrames causing problems with clients browser Pin
Chris McGlothen24-Jan-08 9:46
Chris McGlothen24-Jan-08 9:46 
QuestionNot able to get value of fiels by using $_POST in PHP Pin
Vipin Chauhan24-Jan-08 1:53
Vipin Chauhan24-Jan-08 1:53 
GeneralRe: Not able to get value of fiels by using $_POST in PHP Pin
dfz24-Jan-08 5:51
dfz24-Jan-08 5:51 
QuestionShould Be #1 on JScript Tutorials Pin
bertieisaacm23-Jan-08 23:26
bertieisaacm23-Jan-08 23:26 
Generalsalam , information sent again after refresh Pin
Mohammed Amine23-Jan-08 22:11
Mohammed Amine23-Jan-08 22:11 
GeneralRe: salam , information sent again after refresh Pin
Paddy Boyd23-Jan-08 23:29
Paddy Boyd23-Jan-08 23:29 
GeneralRe: salam , information sent again after refresh Pin
Mohammed Amine24-Jan-08 10:58
Mohammed Amine24-Jan-08 10:58 
GeneralNeed help with Problem with Form post to iFrame within Frame (Firefox) Pin
Member 372048723-Jan-08 8:38
Member 372048723-Jan-08 8:38 
GeneralRe: Need help with Problem with Form post to iFrame within Frame (Firefox) Pin
Member 372048725-Jan-08 10:31
Member 372048725-Jan-08 10:31 
QuestionProblems updating contents on web form. Pin
faesel23-Jan-08 2:19
faesel23-Jan-08 2:19 
GeneralRe: Problems updating contents on web form. Pin
Johnny ²23-Jan-08 21:46
Johnny ²23-Jan-08 21:46 
GeneralRe: Problems updating contents on web form. Pin
faesel24-Jan-08 0:14
faesel24-Jan-08 0:14 
GeneralRe: Problems updating contents on web form. Pin
Paddy Boyd24-Jan-08 0:01
Paddy Boyd24-Jan-08 0:01 
GeneralPreventing (or reducing) Contact Form abuse Pin
BungleBonce23-Jan-08 1:52
BungleBonce23-Jan-08 1:52 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.