>
> 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?
>
Embperl 1.3.4 will support this, it's under developement at the moment.
Embperl 1.3.3 only supports session with cookies
Gerald
-------------------------------------------------------------
Gerald Richter ecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting
Post: Tulpenstrasse 5 D-55276 Dienheim b. Mainz
E-Mail: [EMAIL PROTECTED] Voice: +49 6133 925131
WWW: http://www.ecos.de Fax: +49 6133 925152
-------------------------------------------------------------
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]