David Hajek wrote:
> 
> Hello,
> 
> I would like to use some sort of session management on my
> site. I do not like cookie based solution, since not all
> clients support cookies. I like the URL rewriting (mangling)
> technique. So I'd like to rewrite each url in my site to
> something like:
> 
> http://mysite.com/session-id/somedir/index.html
> 
> It will be nice to perform this task without some change
> to the page source. (like url escaping with some commands).
> 
> My idea is to make all mysite links relative and just
> add session-id to the begining. When the link is absolute,
> I will not add session-id.
> 
> Is it possible to do this with embperl?
> 
> P.S. Please, cc to my address, since I am not subscribed to
>      the list.
> 
> --
> David Hajek
> [EMAIL PROTECTED]                      GSM: +420 604 352968
> - Every program is a part of some other program, and rarely fits.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]


You might want to check out mod_ticket apache module by Justin Wells.
Session id is embedded into URL.

See examples of how it's used at www.adviceforinvestors.com

Dimitri Ostapenko
Perl/Internet

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

Reply via email to