ok, the ASP programmer i work with is developing a site for a client that does some fancy searches and what-have-yous behind a user/pass. The client has cookies and sessions blocked on their browser, so they can't log in or test out their site. Is there way to get around this so they can use their site with their security settings or should we tell them to accept cookies and deal with it?
Cookie/Session alternative?
Started by brendan, Oct 26 2006 11:28 AM
4 replies to this topic
#1
Posted 26 October 2006 - 11:28 AM
|
|
|
#2
Guest_Jordan_*
Posted 26 October 2006 - 02:15 PM
Guest_Jordan_*
Code your page to pass the session around to each url. Instead of a cookie containing the data you would have the variables in the URL.
Example: url.asp?sessionid=878239901&etc....
Check here:
http://support.micro...B;EN-US;Q175167
Example: url.asp?sessionid=878239901&etc....
Check here:
http://support.micro...B;EN-US;Q175167
#3
Guest_NeedHelp_*
Posted 27 October 2006 - 08:22 AM
Guest_NeedHelp_*
Or you could store it in a local cookie file instead of a remote cookie file. but this would be difficult I think.
#4
Posted 29 October 2006 - 04:13 AM
jeah jordan's idea seems cool
#5
Guest_Jordan_*
Posted 29 October 2006 - 08:39 AM
Guest_Jordan_*
I don't know anything about ASP but it is fairly easy to accomplish with PHP. I assume that ASP would probably be just as easy.


Sign In
Create Account


Back to top









