A
Amir Ghezelbash
Hi every one I need help with session ids
I want keep track of my users online who are ordering, I want to use
session id to assign them unique ids now when I use cookie less sessions
ids I get something like this
www.blah.com/orders/(lakdf323124342432)order.aspx
My question is how I can change this to a format like this
www.blah.com/orders/order.aspx?sid=lakdf323124342432
I don’t want nor HAVE to use cookie less sessions id, I just want to be
able to assignee each user an unique id and pass that id within the link
Can someone help me please?
Thanks you
I want keep track of my users online who are ordering, I want to use
session id to assign them unique ids now when I use cookie less sessions
ids I get something like this
www.blah.com/orders/(lakdf323124342432)order.aspx
My question is how I can change this to a format like this
www.blah.com/orders/order.aspx?sid=lakdf323124342432
I don’t want nor HAVE to use cookie less sessions id, I just want to be
able to assignee each user an unique id and pass that id within the link
Can someone help me please?
Thanks you