views:

59

answers:

1

Hi

On my web site (asp.net mvc), I use cookie to store search pattern.

when I switch from login or not I get a new cookie , because the one created in the other 'environment' is not found.

I'm testing on localhost so I don't know if the problem will persist when setting the domain. How come Logged in or not matters for cookies that are set for the web site ?

thanks

A: 

Sorry was totally my fault

I was clearing the search pattern on login/logout

freddoo