How to share a session with a php application.

Posted by xRobot on Stack Overflow See other posts from Stack Overflow or by xRobot
Published on 2010-06-05T10:44:45Z Indexed on 2010/06/05 10:52 UTC
Read the original article Hit count: 137

Filed under:
|
|
|

I have a django blog project and a chat in PHP.

I need to share the id of the user logged in django ( request.user.id ) with the chat in PHP.

Is this possible ?

© Stack Overflow or respective owner

Related posts about php

Related posts about django