would allow sessions that are stored without using cookies.
If you are not using mod_perl, it is also possible to do your own URL rewriting, by rewriting all links as either nextpage.cgi?sess_id=(apache session id) or nextpage.cgi/(apache session id) (useful for POST operations), and then using that session id in the next page. Thanks,
techy