Jump to content

yyboo

Members
  • Posts

    9
  • Joined

  • Last visited

    Never

About yyboo

  • Birthday 01/11/1966

Contact Methods

  • Website URL
    http://www.mommatown.com
  • Yahoo
    mommatown_com

Profile Information

  • Gender
    Female
  • Location
    Florida

yyboo's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Very easy on the eyes! Great Look! Would be nice if the phone was animated somehow or interactive, but.. I would add a little space to the left, so that the Welcome, it's rule line, and it's text underneath could be moved over to the right a little bit, it is too close to the left edge of the "paper" visually, in my opinion.. The right menu is ok close to the paper, because it sets it apart as a "different thing" than the main copy.
  2. It is awesome! I can understand artistically why he wants it left aligned. Great job!
  3. I have ini_set("session.cookie_lifetime","36000"); right now and it did no good... That may not be reflected in the screenshot above..
  4. I have been reading up on this very subject for two days, searching and searching for an answer to why my own sessions will not last past 24 minutes, to no avail.. I've tried setting everything in phpinfo()... I saw one post where  a guy actually had a problem because his session WOULDN'T quit... I have sent him a message and begged him for code.. I wish I had that problem.. I'm just at my wits end and ready to open a vein..... ack! I used ini_set("session.cache_expire","10800"); ini_set("session.gc_maxlifetime","10800"); ini_set("session.cookie_lifetime","36000"); session_save_path("/sessfoo"); .....to no avail. I am new to sessions, but boy is it a tough nut to crack. I log in, great, all settings are fine, I refresh great everything likes me, I wait 30 minutes and refresh, bumped out back to log in screen...  I'm going now to crawl in bed and pull the covers over my head.. -Sally
  5. wouldn't be if ($login_check==0){} anyway? (two equals signs) if you wanted the zero..
  6. [quote author=extrovertive link=topic=105022.msg419263#msg419263 date=1156137678] However, let's say a user logged into my website (session is registered) and then leave my website. Well, the session is still valid. But I want it so that after they leave my site (not closing the browser), the session is destroy. How would I do this? [/quote] I would REALLY like to know how you managed that as I have the opposite problem. My session kills every 24 minutes and I want the session to be hours long. Could you send me your session code so I can see maybe what I am doing wrong? I think my problem could be with the phpinfo() on my server but am not sure. Boy I wish I knew how you got it to keep a long session! Please let me know if possible your session code!
  7. I had a working site where they upgraded PHP and then most of my pages had an error related to $this so I changed all variables in my code from $this to $thiis and it fixed it all. I learned not to use variables with simple names as the core programming may also use them.
  8. As you can see from my screenshot attached above, I already have that set for 10800 which = 3 hours. But still I timeout at about 24 minutes. So I am still looking for helpful suggestions from php pros here... thanks!
  9. Hi, I have a PHP session problem. I need my users to be able to have their session last 2 or 3 hours, but all sessions get trashed at 20-24 minutes. I read up on php.net/sessions and one guy there posted a nice 3 point topic on how to get a longer session.. So I followed his advice. One of the things I was supposed to do, and I did, was that I asked my server to give me a specific folder that I could store my session in, and they gave me /tmp.... which I thought was the default and therefore not really a help, since the guy on php.net said the default folder is /tmp and other people's gc could end your session.. But not understanding the structure of a server much , I thought perhaps this /tmp was perhaps in the realm of my own site/folder on the server so maybe it was mine alone.. don't know.. Before I ask my server to make yet another folder for me to test and see if that is the problem, I thought I would post a screenshot of the session part of my phpinfo. If anyone has any input I would really appreciate it! I have users screaming at me because they are getting bumped off my site at about 20 min. and they need longer to fill out my forms - they need a few hours, it's a several-page study they are filling out for a counseling session.... see attached image Thanks in advance for your help! [attachment deleted by admin]
×
×
  • 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.