• do we need to store session id in a table for any future use. if yes then pls tell me how to do it in php.
    thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator Marius L. J.

    (@clorith)

    Hi,

    I’m not quite sure what you are asking about here, store session ids for what purpose exactly?

    Thread Starter Suneet

    (@suneetpant)

    Thanks for replying. I want to ask, how can we use the session id which was created using “session_start()” in our web application (php).

    Can we re-use it in our application. if yes then pls tell me how to do it in php.

    Moderator Marius L. J.

    (@clorith)

    Sessions are per application, and can’t be transferred without some workarounds such as using cookies.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Session in php’ is closed to new replies.