On Thursday, 06. March 2003 17:40, Mark A. Hershberger wrote:
> "Schuetz, David" <[EMAIL PROTECTED]> writes:
> > I've tried about everything I can, including Mark's Feb. 28 patch (which
> > didn't apply cleanly to the Jan 28 Session.pm file, but I think I got
> > everything in).
>
> Could you let me know what problems you experienced?  I produced the
> patch from the source so I'm a little surprised that it didn't work.
>
> > What I *can't* manage to get to work is to get rid of any URL-based
> > session info.  It's really important to my project that I have
> > cookie-based URLs only, for ease of sharing URLs (among other reasons). 
> > I've tried the "<perl>...UseURLSessions="NO"...</perl>" trick, but apache
> > doesn't like it
>
> UseURLSessions... I just checked and although my patch does add it to
> the documentation, there isn't any code to implement it.

Never heard of something called "UseURLSessions". The session plugin never 
supported something like that.

Remember, however, URL sessions are only used if the user has disabled 
Cookies. Those users would be unable to use your site if it's cookies-only!

> I should have something you can use later today.  (If I recall
> rightly, Jörg wasn't really interested in implementing that.)

Selecting URL sessions vs. cookies is done this way:

# if you do this, you get cookes with URL fallback
PerlModule Apache::AxKit::Plugin::Session
# if you do this, you get only cookies
AxAddPlugin Apache::AxKit::Plugin::Session

as documented in the man page. Any other configuration is the same for both 
variants.

-- 
CU
  Joerg

PGP Public Key at http://ich.bin.kein.hoschi.de/~trouble/public_key.asc
PGP Key fingerprint = D34F 57C4 99D8 8F16 E16E  7779 CDDC 41A4 4C48 6F94


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to