RE: cookie-less sessions..

2004-10-21 Thread Gerald Richter
Hi, > I have tried > setting EMBPERL_SESSION_MODE 0x21 but this just doesn't do > it, for some reason it seems to generate a new session_id > everytime I visit the page, Yes, when %sdat is used it generate a new session by design, because %sdat keeps history. To pass the session id as a paramt

RE: cookie-less sessions..

2004-10-21 Thread Neal Gamradt
Hello Stefan, The way I used to handle sessions was by creating a huge random number that I would pass as a hidden field or in the query string. I would try to make a mixture of characters and numbers so that it would be very difficult for someone walking by to try to write down if they saw it