User Profile

Collapse

Profile Sidebar

Collapse
deepsfriend4u
deepsfriend4u
Last Activity: Oct 13 '08, 06:14 AM
Joined: Jan 6 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • deepsfriend4u
    replied to Php Session Problem
    in PHP
    //After login on home page
    <?php
    session_start() ;
    session_registe r('id');
    $_SESSION['id']=$userid; //user id after successful login
    .

    .
    // bla bla bla
    .


    ?>

    //when i try to move to following page

    <?php

    session_start() ;
    print_r($_SESSI ON); //some debugging info
    die();
    ?>

    ...
    See more | Go to post

    Leave a comment:


  • deepsfriend4u
    started a topic Php Session Problem
    in PHP

    Php Session Problem

    Hello,

    i have one application in that i use session .
    problem is,
    same code and session data use work successful in Firefox but not work in Internet Explore.

    Thanks & Regards
    Deepak
    See more | Go to post
No activity results to display
Show More
Working...