Dear All,
I wonder if anyone can advise me with this problem.
1. A user logs into the database (through web, webservice, some other piece
of software) - connect(user="j oe",passwd="blo gs")
2. We generate a random session key which will expire in 1 hour. Put this in
table (user, SessKey, time).
3. Give key to user.
4. User wants to do something else, so passes us the session key.
5. How do we use this session key to log the user into the database, i.e.
how do we get the username and passwd to enable:
connect(user="j oe",passwd="blo gs").
Many thanks
Colin
_______________ _______________ _______________ _______________ _____
Tired of 56k? Get a FREE BT Broadband connection
---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?
I wonder if anyone can advise me with this problem.
1. A user logs into the database (through web, webservice, some other piece
of software) - connect(user="j oe",passwd="blo gs")
2. We generate a random session key which will expire in 1 hour. Put this in
table (user, SessKey, time).
3. Give key to user.
4. User wants to do something else, so passes us the session key.
5. How do we use this session key to log the user into the database, i.e.
how do we get the username and passwd to enable:
connect(user="j oe",passwd="blo gs").
Many thanks
Colin
_______________ _______________ _______________ _______________ _____
Tired of 56k? Get a FREE BT Broadband connection
---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?
Comment