This is a discussion on how to get session id in apache moudle? within the Linux Web Servers forums, part of the Web Server and Related Forums category; how to get session id in apache moudle, did apache provide such api? thanks sky.wgang...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
sky wrote:
> how to get session id in apache moudle, did apache provide such api? I'm pretty sure that Apache doesn't come with any session handling code, but you can always use a session handling library. I write my Apache modules using mod_perl, and Perl provides Apache::Session. http://search.cpan.org/~cwest/Apache....80/Session.pm -- David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/> Home is where the ~/.bashrc is |
|
|||
|
David Dorward wrote:
> I'm pretty sure that Apache doesn't come with any session handling code, but > you can always use a session handling library. So all those things like mod_usertrack are a figment of ... ? Maybe you read a question into the post you followed up to. I read something too ill-specified to attempt to answer, unless by pointing to simple HTTP authentication and r->user, which (unlike Apache::Session) works regardless of whether mod_perl is available. -- Nick Kew |
| Thread Tools | |
| Display Modes | |
|
|