You are viewing a plain text version of this content. The canonical link for it is here.
Posted to embperl@perl.apache.org by Gerald Richter <ri...@ecos.de> on 2000/04/27 14:02:21 UTC

RE: Suggestion: HTTP Session with Fallback a la PHP4

>
> Since EmbPerl has to parse every HTML file it would be possible
> to add a session_id to every link instead of cookies too.
>
> How about it? Is it difficult? Impossible?

It's already on the TODO list, but not with the highest priority. Embperl
already inspects all links (in epcmd.c function HtmlA), to be able to do the
correct URL escaping when you output something inside a link. Also the
session_id could be taken from Embperl's internal data structure (r), so it
shouldn't be too hard to implement this.

Gerald

P.S. Patches are always welcome :-)