User Profile

Collapse

Profile Sidebar

Collapse
bulp
bulp
Last Activity: Nov 4 '10, 10:13 AM
Joined: Oct 7 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • bulp
    replied to how to completely end sessions..
    in PHP
    rythmic...

    thanks for the response but ur code seems totally block the access to data.. i mean even when im log in.. the data didnt show at all..
    See more | Go to post

    Leave a comment:


  • bulp
    replied to how to completely end sessions..
    in PHP
    Thank You Dan for the response.. :)

    my bad.. sorry this is the login and log out code..

    Code:
    <?php
    
    define('INCLUDE_CHECK',true);
    
    require 'connect.php';
    require 'functions.php';
    // Those two files can be included only if INCLUDE_CHECK is defined
    
    
    session_name('Login');
    // Starting the session
    
    session_set_cookie_params(2*7*24*60*60);
    // Making
    ...
    See more | Go to post

    Leave a comment:


  • bulp
    started a topic how to completely end sessions..
    in PHP

    how to completely end sessions..

    i do having this problems.. once log out the data from database still come out but the table structure already invisible..

    how to completely disconnect from database when session end..

    Code:
    <?php
    
    define('INCLUDE_CHECK',true);
    
    require 'connect.php';
    require 'functions.php';
    // Those two files can be included only if INCLUDE_CHECK is defined
    
    // select record from
    ...
    See more | Go to post
No activity results to display
Show More
Working...