I dont want to start the sessions when my asp page is run....how do I do
that...can I add something at the start of the page which will not enable
the session

Re: stop session by abcd

abcd
Thu Jul 14 12:08:47 CDT 2005

I found the solution

<%@ ENABLESESSIONSSTATE = False %>

thanks

abcd wrote:> I dont want to start the sessions when my asp page is
run....how do I> do that...can I add something at the start of the page
which will not> enable the session