Storing SessionID

ttgroup

New Member
Hello, I'm new at developing with Webspeed but learning quickly. I am having trouble finding out how to store the session id possibly pid?!? From what I have seen in other posts the best method of session maintenance is to store the session id in a table.

I guess a good question is does the ID stay valid as long as the user has their browser open.

Any help or direction would be great.
Thanks
 
HI there,

Did you already take a look at Free frame work? They have already defined sessiontabes there and lots of other stuff which can be very helpfull with webspeed development:
http://www.freeframework.org/articles/intro-ffw.shtml
http://www.freeframework.org/downloads/

A way to make session-id is to use encode(session:server-connection-id) (this is the default Progress webspeed session management).

How long a session stays valid is up to you.

Regards,

Casper.
 
For having an internal sessionid, you have to put it in a session-cookie, or post it with every request.


As Casper already posted. To get tools for handling this, look at freeframework.

Robert
 
Back
Top