|
| Persistent recordsets and variables |
 |
3 Dec 2007 21:30:23 GMT |
Hi
I am trying to build a secure site using MySQL (I don’t want to use the NOF
Secure Site component). I have
a Login page where the user enters the username and password. These get passed
on to the next (secure
page) with a database connector that created a Login recordset using the
Form.Login and Form.Password
parameters passed on from the Login page. Next and IF evaluator checks if the
username field in the
recordset is not empty. If it is, the browser jumps back to the Login page, This
works fine for the first page
where the browser is redirected after logging in. When I try going to another
page with the same set of IF
conditions I always get bumped back to the Login page.
It seems that the recordset I create does not survive a page change. Is there a
way to make either the
variables or the recordset persistent for the session?
--
|
| Post Reply
|
|
|
|
|
|
|
|
|
|