> > I'm using Apache::SessionX as session manager for Embperl and running > alot of pages in EmbperlBlocks syntax. If people don't have cookies I > would like the sessionid to be set in the URL somehow (preferebly not > using cgi params). Is there any people that have any input on this ? >
Embperl itself implements a way to pass the id as cgi param (which Embperl filters out for you, so in case you only use Embperl it is transparent to your pages). To let Embperl automaticly add session id to every url, you must either use the normal Embperl syntax or create your own syntax (use EmbperlHTML as example) which only contains the parts for adding the session id. The other option is to write a mod_perl handler, which puts the id inside of the url and strips it out before the Apache content generation phase and pass the id to Embperl. Gerald -------------------------------------------------------------- Gerald Richter ecos electronic communication services gmbh IT-Securitylösungen * dynamische Webapplikationen * Consulting Post: Tulpenstrasse 5 D-55276 Dienheim b. Mainz E-Mail: [EMAIL PROTECTED] Voice: +49 6133 939-122 WWW: http://www.ecos.de/ Fax: +49 6133 939-333 -------------------------------------------------------------- | | ECOS BB-5000 Firewall- und IT-Security Appliance: www.bb-5000.info | +------------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]