Re: [PHP] Sharing PHP(Apache) session with JSP session (Tomcat)

2003-08-14 Thread Pete James
Check out http://php.net/session_set_save_handler, and save your session data in a database, or leave it as is and access the session file directly. Here's an example of sharing php sessions with perl... it may provide some ideas.

[PHP] Sharing PHP(Apache) session with JSP session (Tomcat)

2003-08-14 Thread Raja TTM
I am running apache2 integrated with tomcat4.1.24 through j2k_mod.so under Linux Redhat 7.2. I do have some requirement in which i need to create session variable in PHP using session_register() method and i need to refer the same session variable from JSP page running in the same