Cookies

  • Thread starter Thread starter Jonas Pedersen
  • Start date Start date
J

Jonas Pedersen

Hi

I recently moved all data stored in session varibles to a cookie.
This works well, but i have one strage problem.

On the selectedIndexchanged event of a gridview I can't access the cookie
information.
Request.Cookies( "TEST") is allways empty.

The same code work fine in pageload events.

It must be something simple I have not understood.

BR
Jonas
 
Back
Top