Options

How long is too long?

NikolaiNikolai Registered Users Posts: 19,035 Major grins
I mean, initially I use loginWithPassword method, and get SessionID back, along with UserID and HashPassword. Here are my questions:

For how long can my application be idle before the SessionID expires?
And when it's no longer valid, for how long can I use UserId/Hashpassword to obtain a new SessionID?
I assume at some point in time I would HAVE to use loginWithpassword again, but at this time I have no sense of how long would it take.

I would love to hear from R&D.
I understand that for one-time-shot-like applications (upload a bunch of file and disconnect) this is not a big problem. However, I have in mind something different, more persistent, if you will, so this is a kind of question I'd like to know the answers before I do something totally stupid..:D
"May the f/stop be with you!"
Sign In or Register to comment.