PDA

View Full Version : Disabling Session State


admin
05-28-2003, 11:54 PM
You can disable Sessions for a particular page by adding the below code to the top of the page...

<%@ EnableSessionState=False %>