| |
inda
Posts: 1
Score: 0
Joined: 3/25/2005
From:
Status: offline
|
hello everyone I've had a page set up a to send & retrieve a login cookie for several months now with out any problems. About a week ago I've had to put it into a frame. When it sends or retrieves the cookie now it is empty and the user has to login every time they click on a link. here a bit of the coding: Response.Cookies("username") = username ... username = Request.Cookies("username") . Now that the page is in a frame is there any changes I would need to make to the code to let it know that its running from within the frame? - Inda
|
|