Jump to content

deonh

New Members
  • Posts

    2
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

deonh's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. foreach works only on arrays, and will issue an error when you try to use it on a variable with a different data type or an uninitialized variable. So make sure the function sql_get returns an array.
  2. Any help would greatly be appreciated. I have a login page, that submits a form, and if the client is authenticated, he is redirected to a frameset. Now, when in the process authentication, I set various session variables. My problem is "sometimes" , when the induvidual frames need to read these sessions, the session file is either completely empty or very the values are very weird. I mail myself the session file when this happens, and the result is ... ... access_level|N;auth_user|N;auth_pwd|N; .... instead of something like ... access_level|s:1:"1";auth_user|s:11:"87635jdg87h";auth_pwd|s:8:"xgJ76Hdv";... Has anyone seen something like this, or know why this happens ??? I make use of PEAR : HTTP_Session 0.51, but this happend on version 0.1 aswell... We use a NFS share as the session store directory, but this also happens on the NFS host, which will make use of local file sharing (no mount for the host) Thanks Deon Heunis
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.