Session problems...

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

    Session problems...

    Hello All... I'm a bit of a newb, and a lot of confused...


    I have a site that relies on a page (display.php) that is included in
    index.php to get input from the url, assign a value to a session
    variable, then output to a div in index.php.

    If I open index.php, it displays the page if url arguments is NULL.
    When I mouse over any links at this point the link would include the
    session id variable: ie: "index.php?page =content&PHPSES SID=93a9dadfa"

    If I pass arguments to it I get the same effect. If i click a link my
    session variable $args gets the value "page=content&P HPSE.....", then
    I'm able to start clicking on links to get proper conent.

    If I pass arguments to it as stated above, then it refresh, I get my
    desired page.

    So... I guess on first load of index.php, it is not reading the url
    arguments.

    A more detailed description of the code can be found here:
    Hi, What I want to do is make a website im working on more user friendly, so ive completed the registration and login side to the site, but i need advice on what to use from here?, im using sessions at the moment while the user is logged in, but some people say there not to secure?, then I see th...


    Any suggestions would be extremely helpful :)
Working...