Re: Interrupt session at configed time



Try looking at session variables. Sessions are king in PHP. Also, try
saving in a variable the start time and then add the testing time to
it. Then when the appointed time comes, just feed the client a header.
You probably will need PHP and JavaScript to accomplish this. There are
numerous other ways to solve this problem, but I think you have the
right idea.

.



Relevant Pages

  • Re: How to call image from mySql to php file
    ... your image table field should be BLOB field then you create ... more secure, you can control the session variables. ... In my php I am trying to call it in my php file as image. ...
    (php.general)
  • Re: Passing session variables across pages
    ... On server A, I wrote a PHP test code to login users then direct them ... A page called login.php that takes the posted username, ... Apache on server B. But still, session variables are lost in Step 3 ...
    (comp.lang.php)
  • Re: [PHP] My own "captcha" from 2 years ago......
    ... On 3/26/07, Jake McHenry wrote: ... I was searching the php site, and it said there used to ... as it is normal that a script behaves like this. ... and the session variables are ...
    (php.general)
  • RE: [PHP] PHP Session Variables Not Being Set For Certain Browsers
    ... [PHP] PHP Session Variables Not Being Set For Certain Browsers ... that are used to do the authentication/ login. ...
    (php.general)
  • Re: Problem with SESSION variables...
    ... Im very new to php, and I have a problem here that I cant find the ... I have problems with session variables, ... I used the link with session_name=session_id, didnt help. ... have changed session.save_path to /usr/local/apache2/sessions, ...
    (comp.lang.php)