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 instance.
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.
http://search.cpan.org/author/MIYAGAWA/PHP-Session-0.20/lib/PHP/
2 matches
Mail list logo