ASP Source Code : Session and cookies |
|
|
|
|
|
|
|
|
Session |
| Session in ASP... read more
|
| Author: Burhan Ahmed Alavi |
Reviews: 0 |
Date: 11th Feb, 2002 |
Rating: No Rating |
Accessed: 1762 |
|
|
|
|
|
Diplay "New " when a new subject is submitted using Cookies |
| Diplay "New " when a new subject is submitted using Cookies........... read more
|
| Author: Prajwal & Shiva |
Reviews: 0 |
Date: 27th Jun, 2001 |
Rating: No Rating |
Accessed: 927 |
|
|
|
|
|
Validate Numeric Field |
| This function is useful to check Numeric Field... read more
|
| Author: kankanala_venkat
|
Reviews: 0 |
Date: 2nd Apr, 2001 |
Rating: No Rating |
Accessed: 1499 |
|
|
|
|
|
Getting the Values of all the Session and Application Variables |
| This is a quick way to get a listing of all of your Session variables and\or Application Variables. It even Accounts for arrays stored in Session\Application Variables ... read more
|
| Author: John Tolar |
Reviews: 0 |
Date: 23rd Mar, 2001 |
Rating: No Rating |
Accessed: 1183 |
|
|
|
|
|
this little code sample will display all your active session variables for you |
When you are writing an ASP application, this little code sample will display all your active session variables for you. Keep it open in its own window, run your ASP page, then hit refresh to see what's happening to the session variables. When you are writing an ASP application, this little code sample will display all your active session variables for you. Keep it open in its own window, run your ASP page, then hit refresh to see what's happening to the session variables... read more
|
| Author: Ian Vink |
Reviews: 0 |
Date: 4th Feb, 2001 |
Rating: No Rating |
Accessed: 7123 |
|
|
|
|
|
How to force a session to end ? |
To force a session to end simply use the abandon method. A typical example of this would be to log a user off your application and then issue the abandon method. The Session_OnEnd event will fire where you can do some clean up work, like releasing variables or objects. ... read more
|
| Author: visualbuilder staff |
Reviews: 0 |
Date: 12th Nov, 2000 |
Rating: No Rating |
Accessed: 5106 |
|
|
|
|
|
|