You are not logged in.

Announcement

 Téléchargez la dernière version stable de GLPI      -     Et vous, que pouvez vous faire pour le projet GLPI ? :  Contribuer
 Download last stable version of GLPI                      -     What can you do for GLPI ? :  Contribute

#1 2008-04-01 14:52:23

Mareta
Member
Registered: 2008-04-01
Posts: 2

Cookies Error

Hello!

I had a problem about cookies.

there is someone else with this problem. I modify my configuration cookies but all the time the same error . When I login show me this advisement

"Debe aceptar cookies para acceder a la aplicación"  In english You can be accept cookies to access the aplication. Or something else.


This occurs with IE7 or less and Firefox too.

Sorry with my english but don't speak french either.

Mareta

Offline

#2 2008-04-01 18:38:03

remi
GLPI-DEV
From: Champagne
Registered: 2007-04-28
Posts: 7,127
Website

Re: Cookies Error

Check the rights for the web server user (apache or www-data) to write in file/_sessions.

++


Dév. Fedora 29 - PHP 5.6/7.0/7.1/7.2/7.3/7.4 - MariaDB 10.3 - GLPI master
Certifié ITILv3 - RPM pour Fedora, RHEL et CentOS sur https://blog.remirepo.net/

Offline

#3 2008-04-02 11:51:02

Mareta
Member
Registered: 2008-04-01
Posts: 2

Re: Cookies Error

The rights seem to be ok. Anything else?

Offline

#4 2008-05-09 09:30:32

andris
Member
Registered: 2008-05-09
Posts: 2

Re: Cookies Error

Hi!,
the same problem! some times is ok, sometimes comes this "You must accept cookies to reach this application" error.. sad

any suggestions?

Thank you in advance,
Andris

Offline

#5 2008-05-09 10:38:52

remi
GLPI-DEV
From: Champagne
Registered: 2007-04-28
Posts: 7,127
Website

Re: Cookies Error

No information about your configuration. Cannot help you.


Dév. Fedora 29 - PHP 5.6/7.0/7.1/7.2/7.3/7.4 - MariaDB 10.3 - GLPI master
Certifié ITILv3 - RPM pour Fedora, RHEL et CentOS sur https://blog.remirepo.net/

Offline

#6 2008-05-09 13:18:45

andris
Member
Registered: 2008-05-09
Posts: 2

Re: Cookies Error

Configuration:
Apache/1.3.41 (Unix) PHP/4.4.8 with Suhosin-Patch, MySQL 4.1.x
Andris

Offline

#7 2008-05-09 14:19:04

remi
GLPI-DEV
From: Champagne
Registered: 2007-04-28
Posts: 7,127
Website

Re: Cookies Error

What are the owner and permission of glpi/files directory ?

cd /where/you/have/installed/glpi
ls -al files

++


Dév. Fedora 29 - PHP 5.6/7.0/7.1/7.2/7.3/7.4 - MariaDB 10.3 - GLPI master
Certifié ITILv3 - RPM pour Fedora, RHEL et CentOS sur https://blog.remirepo.net/

Offline

#8 2008-06-04 19:08:22

gbravo2k
Member
Registered: 2008-06-04
Posts: 1

Re: Cookies Error

Hi remi from Colombia
Actually I have this problem. I'm installing glpi on Windows XP Pro with wampserver2 (Apache 2.2.8, PHP 5.2.5, MySQL 5.0.51a). I have the uncompressed files into g:\glpi\helpdesk directory and I refer it in Apache as an Alias. The glpi main directory have all permission (Total control) to the everyone group (completely open) and when I try to login with glpi\glpi credentials then displays the "You must accept cookies to reach this application" message. I have tried a lot of configurations, I hope you can help me, please.

Offline

#9 2009-02-10 19:51:02

igorjoserr
Member
Registered: 2009-02-10
Posts: 2

Re: Cookies Error

Hello, I'm having the same problem. Still no answer found.

I'm testing in our old server which is:

Fedora Core 4 (I know it's old...)
glpi 0.71.5
php 5.0.4
ldap+ssl+session - everything activated
MySQL 4.1.20
Apache 2.0.54-10

Result of ls -l files/ is:

drwxr-xr-x  3 apache root 4096 Fev 10 13:06 _cache
drwxr-xr-x  2 apache root 4096 Fev 10 13:14 _cron
drwxr-xr-x  2 apache root 4096 Fev 10 13:05 _dumps
drwxr-xr-x  2 apache root 4096 Jan 26 16:46 _lock
drwxr-xr-x  2 apache root 4096 Fev 10 13:05 _log
drwxr-xr-x  2 apache root 4096 Jan 26 16:46 _plugins
drwxr-xr-x  2 apache root 4096 Fev 10 13:14 _sessions
drwxr-xr-x  2 apache root 4096 Jan 26 16:46 _tmp
drwxr-xr-x  2 apache root 4096 Jan 26 16:46 _uploads

Under "_sessions", the files ara normally created everty time I try to login. But still getting the same error.

Phpinfo() shows this config for "session" :

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

Directive Local Value Master Value
session.auto_start Off Off
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 Off Off
session.use_only_cookies Off Off
session.use_trans_sid 0 0


Need help. Plz.

Offline

#10 2009-02-10 20:02:29

igorjoserr
Member
Registered: 2009-02-10
Posts: 2

Re: Cookies Error

I've found the answer just after posting my question here. :-)

session.use_cookies wak turnned off. :-P  What a shame. hehe

Bye

Offline

#11 2009-02-10 21:05:02

JMD
GLPI - Lead
Registered: 2004-09-13
Posts: 9,180
Website

Re: Cookies Error

Ok i close


JMD / Jean-Mathieu Doléans - Glpi-project.org - Association Indepnet
Apportez votre pierre au  projet GLPI   : Soutenir

Offline

Board footer

Powered by FluxBB