Hi guys,
I'm facing a little problem now because I need to pass a session to the new _blank window opened using
I'm making chat window which should be opened in new window and still should have the session variable containing username available. It doesn't work even when I'm passing the session ID through the GET method to the new window.
I know that it can be done using cookies or the POST html method but I would like rather read the username from session variable since the sessions provide us with more security.
Any suggestion or help will be appreciated
I'm facing a little problem now because I need to pass a session to the new _blank window opened using
Code:
<A href="something" target="_blank">
I'm making chat window which should be opened in new window and still should have the session variable containing username available. It doesn't work even when I'm passing the session ID through the GET method to the new window.
I know that it can be done using cookies or the POST html method but I would like rather read the username from session variable since the sessions provide us with more security.
Any suggestion or help will be appreciated