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.

http://search.cpan.org/author/MIYAGAWA/PHP-Session-0.20/lib/PHP/Session.pm



Raja TTM wrote, On 2003/Aug/11 6:56 AM:
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.

I can able to the track the session between two different PHP pages.. 

but i am not able to share session between PHP and JSP scripting pages.

I would appreciate the help if someone is able to provide the solution for this problem.

Thanks in advance

Raja






--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[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 instance.

I can able to the track the session between two different PHP pages.. 

but i am not able to share session between PHP and JSP scripting pages.

I would appreciate the help if someone is able to provide the solution for this 
problem.

Thanks in advance

Raja