session

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • sujeevan

    session

    Please help me.
    i has create a web site. but i have a problem.i had sent a message
    here.but still i have problem.
    in insex.php--i create a form and it will post name and password.
    the second main.php--will accept that variable connect mysql and
    check.if it is correct register session variable 'name' and show the
    menus for the perticular user.the pages refered by menus have the
    checking for that session variable.
    my problem is when i browse with IE at main.php it says that the page
    is build by post variable.IE do not automatically send it.if you want
    click refresh.after that it show the main.php with all of the
    menus.this is my first problem

    second problem is when the user click logout(unset and destroy) and
    then back to main.php, it ask to refresh the page.But it show the
    contents of the page.

    give me a solution. If you can give me a good architecture for login
    page.
Working...