Persistant cookies
-
Hi, I have a problem with login, I have an option to remember login details when a user logs on, this all works and sets up a persistant cookie on my computer. I then stop debugging and then start debugging. How come if i use request.params to return the customerID it doesnt return it? I thought that once i have a persistant cookie on a users computer, i could at anytime recall anything using request.params?? any ideas? Thanks. Jetset
-
Hi, I have a problem with login, I have an option to remember login details when a user logs on, this all works and sets up a persistant cookie on my computer. I then stop debugging and then start debugging. How come if i use request.params to return the customerID it doesnt return it? I thought that once i have a persistant cookie on a users computer, i could at anytime recall anything using request.params?? any ideas? Thanks. Jetset
I don't usderstand why Request.Params doesn't return your cookie value, but for the sake of readability I recommend you use Request.Cookies instead. Regards, Alvaro
-
I don't usderstand why Request.Params doesn't return your cookie value, but for the sake of readability I recommend you use Request.Cookies instead. Regards, Alvaro