a refresh does not affect server memory, it just fires off the last request
again. If your last request touched the objects then you are largely out of
luck
--
-----------
Got TidBits?
Get it here:
www.networkip.net/tidbits
<> wrote in message
news:049101c3a59f$83ebaef0$...
> Hello Guys,
>
> I have a strange question regarding session. When I
> refresh a page, would the session objects be retained or
> discarded?
>
> What about the values in the hidden fields and text boxes
> of .aspx file?
>
> TIA!