I have dynamic values added at the end of my URL, always in the parameter ‘subid’:
http://www.mysite.com/category?subid=123
I’d like to save the value in the subid (123) to the session, and use it in other sections of my site.
I’m kind of new to this and can’t figure out how to get this done.
any help?
Thanks