PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Have a problem with Firefox: When opening a new tab or browser when another exists, the new tab or browser contains the same session-cookie as the first one. So to really get a new cookie I need to close all firefox-windows and then open a new one.
If I could tell when my index-script where loaded for the first time (in a new browser or tab) I could just re-assign the session_id each time.
Can this be achieved in any way?
that's also switch the previous tab to the new session id as well however.
That's true.... Firefox only keeps one session_id for all open windows and tabs. Altering the id in one window/tab also alters it for the others.
This is a really annoying feature of firefox!