[ic] Session: Cookie or Query String?

Kevin Walsh kevin at cursor.biz
Wed Jun 27 06:03:16 EDT 2007


Grant <emailgrant at gmail.com> wrote:
> What do you guys think is the best way to determine if a particular
> session is being tracked via a cookie or a query string?
> 
You shouldn't need to determine that at all.  Interchange takes care
of the session itself, so you don't have to.

If you really want to know, then use [read-cookie MV_SESSION_ID].
If that tag returns a value then a MV_SESSION_ID cookie exists and
Interchange will be using it to track the session.

    http://www.interchange.rtfm.info/icdocs/tags/read-cookie.html

-- 
   _/   _/  _/_/_/_/  _/    _/  _/_/_/  _/    _/
  _/_/_/   _/_/      _/    _/    _/    _/_/  _/   K e v i n   W a l s h
 _/ _/    _/          _/ _/     _/    _/  _/_/    kevin at cursor.biz
_/   _/  _/_/_/_/      _/    _/_/_/  _/    _/


More information about the interchange-users mailing list