session IDS

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
 
G

George Ter-Saakov

Not sure what your problem is.

Session object has a SessionID property. Will it work for you?

George.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top