This topic is locked

Your session has expired. Please login again.

11/28/2006 13:51:16
PHPRunner General questions
L
lawfour author

Sometimes I get "Your session has expired. Please login again." Even though I have logged out. then login again. What could be the problem?
This also shows up with new users, after registering the login page loads. When a new member signs in they get the same message.
What do I do?

L
lawfour author 11/28/2006

It seems the problem is in the security section. I have a GroupID for all users. User that I give a GroupID of Admin or User works fine but when I use another GroupID for a user I get the error "Your session has expired. Please login again."
I watched the tutorial and did what it says but the only time the user can get into the DB is when I change the GroupID to User. I am using the GroupID "Airgas" do I have to use certain GroupID for it to work?
GroupID Works:

Admin

Users
GroupID Does not work:

Airgas
Thanks

Sometimes I get "Your session has expired. Please login again." Even though I have logged out. then login again. What could be the problem?

This also shows up with new users, after registering the login page loads. When a new member signs in they get the same message.
What do I do?

Sergey Kornilov admin 11/29/2006

Larry,
you can create a Demo Account using PHPRunner 3.1.1 and send me a link where I can see this problem.

Without seeing your files and data it's impossible to tell you what is wrong.

L
lawfour author 11/29/2006

Larry,

you can create a Demo Account using PHPRunner 3.1.1 and send me a link where I can see this problem.

Without seeing your files and data it's impossible to tell you what is wrong.


I figured this out, the problem was my error of course I had the permission settings set at do not add to form but when users login they go directly to the order form. Users & Admin I set to add, delete, list, etc. company I had the permission set to only List for the order form.
So when the company logs in they are directed to the order form which is set to only list. When I changed the login page back to Menu visit the company was able to log in.
Thanks

L