
September 19th, 2000, 06:43 PM
|
|
Contributing User
|
|
Join Date: Dec 2002
Posts: 14,575
  
Time spent in forums: < 1 sec
Reputation Power: 23
|
|
|
Info in web forms persist even when another browser is opened
<i><b>Originally posted by : Kepa</b></i><br />I have been trying out ASP+. I notice that when I create form components (I.e. input text boxes, dropdown lists, etc,) using runat="server" the information remains on the server and when the page is opened in another browser, the information persists. I know that the magic of doing the server side components is maintaining state, however, this is not secure when another user accesses the same page. I am sure that there is a way to expire or delete the information, however, I am not that far along with ASP+ yet. Can anyone enlighten me on this?<br />
|