How do I handle multiple windows in a set of profile pages linked to sql data

Viewed 15

I'm creating a website where the user will select a project, redirecting them to a set of project pages. The project data is taken from the database and stores in the session variables. They can now navigate between these project pages, viewing information about the project.

Now if a second window opens a new project, the session data is overwritten, and if the user tried to navigate through the first project it will show them data about the second project.

I'm sure there must be a way around this. In Facebook, for instance, if you go to someone's profile you can navigate to their photos, then open a new window and navigate to someone else's profile, but still retain the 'session' of the first window in the original profile.

I'd upload my code but I'm not sure that would help to answer the question. Any suggestions would be much appreciated.

Thanks!

0 Answers
Related