Scott wrote:
> I am trying to get a mod_python application to read an existing PHP
> session. I need some data that was set in the session by the PHP
> application. I am using the mod_python Session class but even when I
> specify the session id that PHP uses the Session(req, sid) call
> ret
Scott wrote:
> I am trying to get a mod_python application to read an existing PHP
> session. I need some data that was set in the session by the PHP
> application. I am using the mod_python Session class but even when I
> specify the session id that PHP uses the Sesssion(req, sid) call
> returns
Scott wrote:
> I am trying to get a mod_python application to read an existing PHP
> session. I need some data that was set in the session by the PHP
> application. I am using the mod_python Session class but even when I
> specify the session id that PHP uses the Sesssion(req, sid) call
> return
I am trying to get a mod_python application to read an existing PHP
session. I need some data that was set in the session by the PHP
application. I am using the mod_python Session class but even when I
specify the session id that PHP uses the Sesssion(req, sid) call
returns a new session id. The