disable session at runtime

  • Thread starter Thread starter phil
  • Start date Start date
P

phil

Is there a way to disable session on certain page requests at
runtime?

What I want to do is avoid the session cookie write in certain
situations... say, for example, based on the user agent string. I
don't want to disable the session for the page permanently.
 
Back
Top