problem...can not login to admin... session error

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
hivtop
Posts: 1
Joined: Fri Mar 28, 2008 9:26 pm

problem...can not login to admin... session error

Post by hivtop »

Script URL: https://www.epay4it.com/support
Version of script: Hesk 0.94.1
Hosting company: me
Write your message below:

site is a secure site httpS://
box:
fedora 4
MySQL version 4.1.20
Apache version 2.0.54
php 5.0.4-10.5

session section of php
Session Support enabled
Registered save handlers files user
Registered serializer handlers php php_binary wddx

Directive ----- Values- Local Master
session.auto_start On On
session.bug_compat_42 Off Off
session.bug_compat_warn On On
session.cache_expire 180 180
session.cache_limiter nocache nocache
session.cookie_domain no value no value
session.cookie_lifetime 0 0
session.cookie_path / /
session.cookie_secure Off Off
session.entropy_file no value no value
session.entropy_length 0 0
session.gc_divisor 1000 1000
session.gc_maxlifetime 1440 1440
session.gc_probability 1 1
session.hash_bits_per_character 5 5
session.hash_function 0 0
session.name PHPSESSID PHPSESSID
session.referer_check no value no value
session.save_handler files files
session.save_path /var/lib/php/session /var/lib/php/session
session.serialize_handler php php
session.use_cookies On On
session.use_only_cookies Off Off
session.use_trans_sid 0 0

yes, I searched and read through the other posts... (about 45)hahaha
yes, removed all files and cookies
yes, the demo on your site worked fine
yes, your session test pages work fine with both IE and foxfire, results pg2 = TRUE
Yes. the script went through install, submitting a ticket, email sent to submitter(me) (except view ticket took me to mywebsite.com... hahaha). view ticket with correct address displays ticket info.
yes, same login error to admin with IE and foxfire

my questions... has the script been fixed to work on php 5xxx ????
or is there something missing or needs to be changed in my php sessions???
or is there a place to look at a phpinfo sessions section from a working php5 site???

thanks for your prompt reply
hivtop
Klemen
Site Admin
Posts: 10142
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

Script has always been compatible with PHP 5 (many people using it with no problems).

Turn your session.auto_start Off, at least locally. The autostart messes with Hesk session, that's why you are having problems.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Post Reply