views:

16

answers:

0

Ok, so this is the weirdest bug I have ever run into, hopefully I can explain it well enough.

so, if you go to Seaandbescene.com then click on one of the province links at the top(nova scotia, newbrunswick, etc.) then click one of the categories below(entertainment, shopping etc..) it should remember what province you are in because I set a session variable equal to the page id.

Now on chrome safari and ie it works perfectly. but, if you try it on firefox it skips to the next province (changing my session id). I have echo'd the session var as the very last thing on the province page, and echo'd it as the very first thing on a category page(entertainment, shopping). these echo's are commented out in html so you can see them in the source.

I also thought that maybe I was just adding 1 to the session variable somewhere, but if you go to prince edward island it changes the id fron 6 to 8

I don't understand what is happening. session is a strictly server thing but I only get the issue in firefox. any ideas?