[x] Navigation

[x] Wer ist wo
 Bots:
1: Google > Nachrichten
 Visitors:
1: Forum 9.x
2: Forum 9.x
3: Downloads

[x] Languages

[x] Design
Each user can view the site with a different theme.
Themes marked with a * also change the forum look.

[x] Downloads (Top)

Login problem. browser merkt sich die session nicht
Post new topic   Reply to topic   Printer Friendly Page    Forum Index > > HowTo & Allgemeine Fragen

Author Message
Badboi
Agent


Joined: Apr 07, 2004
Posts: 50
Location: Wien

PostPost subject: Login problem. browser merkt sich die session nicht
Posted: 14.02.2009 08:46
Reply with quote

Liebe Leute,
ich habe ein eigenartiges Problem mit meinem cpgnuke.
Auf vielen Rechner funktioniert die webseite ohne Probleme inkl. login, etc.

Eine Userin allerdings bekommt nach dem login (wobei auch der richtige username bei "Willkommen Username" steht), bei jeder anderen internen Seite die meldung "Authorization failed".

Und offensichtlich ist sie nicht mehr eingeloggt, das die Meldung in der Titelzeile zu "Willkommen Gast" wechselt.

Cookies haben wir überprüft, auch der Virenscanner (damit firewall, Norton) wurde testweise abgeschalten.

Was kann noch die Session löschen?

Vielen Dank für die Hilfe
Michael

_________________
-

Badboi's Serverdaten - verwendete Vers. (Server OS / Apache / MySQL / PHP / DragonflyCMS)
XP/Apache/1.3.37 (Win32) PHP/4.4.2/Mysql4.1.21/cpg9.1.2
Back to top
View user's profile Visit poster's website
Klas
Moderator


Joined: Apr 14, 2004
Posts: 293

PostPost subject: Re: Login problem. browser merkt sich die session nicht
Posted: 14.02.2009 09:38
Reply with quote

Eigentlich nichts. Kann natürlich sein das da ein Virus im Spiel ist, allerdings hab ich von so einem Virus noch nicht gehört.
So wie du das schilderst können es nur die Cookies sein. Man könnte mal einen anderen Browser ausprobieren.

_________________
Bitte lies dies bevor du fragst.

Klas's Serverdaten - verwendete Vers. (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Back to top
View user's profile Visit poster's website
Poldi
Moderator


Joined: Nov 14, 2004
Posts: 705

PostPost subject: Re: Login problem. browser merkt sich die session nicht
Posted: 14.02.2009 10:45
Reply with quote

Anderer Browser ist zwar eine Idee, aber viel wichtiger dürfte sein, daß die Caches mal gelöscht werden, also sowohl der von deiner Seite, als auch ihr Browsercache (cookies nicht vergessen) ...
Dort setzt sich, z.B. nach nem mißglücktem Einlogversuch, ner nicht vollständig geladenen Seite o.ä. ganz gerne "was fest" ....

_________________
gG,
Poldi
www.green-dragon.de (Dragonfly 9.2.1)
www.tampones.de (Dragonfly 9.2.1)
www.bfg-deggendorf.de (Dragonfly 9.2.1)
www.sexy-goths.de (Dragonfly 9.1.2.1)
www.gig-hunter.de (deceased)
www.green-dragon.net (Dragonfly CVS ... Testseite)

Poldi's Serverdaten - verwendete Vers. (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Linux/1.3.37/4.0.27-5.0.18/4.4.9-5.2.1/9.1.0.0-9.2.1
Back to top
View user's profile Visit poster's website
Badboi
Agent


Joined: Apr 07, 2004
Posts: 50
Location: Wien

PostPost subject: Re: Login problem. browser merkt sich die session nicht
Posted: 14.02.2009 15:43
Reply with quote

Euje,
leider hat cache leeren, und cookies einschalten nicht funktioniert..


sehr eigenartig..

Michael

_________________
-

Badboi's Serverdaten - verwendete Vers. (Server OS / Apache / MySQL / PHP / DragonflyCMS)
XP/Apache/1.3.37 (Win32) PHP/4.4.2/Mysql4.1.21/cpg9.1.2
Back to top
View user's profile Visit poster's website
Ertan
Webmaster


Joined: Mar 19, 2004
Posts: 1240
Location: Germany

PostPost subject: Re: Login problem. browser merkt sich die session nicht
Posted: 17.02.2009 19:48
Reply with quote

server cache ordner / config_MAIN_CFG.php

folgende zeilen anschauen / hier posten:

PHP:
  
'server' => array(
'domain' => '',
'path' => '/',
),
'cookie' => array(
'path' => '/',
'domain' => '',
'admin' => '',
'member' => '',
'server' => '1',
),

_________________
.: USE THE FORCE :.
Helft mit ! Keine Unbeantworteten Beiträge mehr

Ertan's Serverdaten - verwendete Vers. (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Back to top
View user's profile Send e-mail Visit poster's website Photo Gallery
Badboi
Agent


Joined: Apr 07, 2004
Posts: 50
Location: Wien

PostPost subject: Re: Login problem. browser merkt sich die session nicht
Posted: 18.02.2009 08:12
Reply with quote

Hallo!
here we are:
'cookie' => array(
'path' => '/',
'domain' => 'www.gestuet-kreuzenstein.at',
'admin' => 'cms_pferd_admin',
'member' => 'my_login_pferd',
'server' => '0',


'server' => array(
'path' => '/',
'domain' => 'www.gestuet-kreuzenstein.at',
),

Schaut normal aus, oder?

_________________
-

Badboi's Serverdaten - verwendete Vers. (Server OS / Apache / MySQL / PHP / DragonflyCMS)
XP/Apache/1.3.37 (Win32) PHP/4.4.2/Mysql4.1.21/cpg9.1.2
Back to top
View user's profile Visit poster's website
Ertan
Webmaster


Joined: Mar 19, 2004
Posts: 1240
Location: Germany

PostPost subject: Re: Login problem. browser merkt sich die session nicht
Posted: 21.02.2009 20:02
Reply with quote

warum 'domain' => mit "www." ?

und testweise mal:
server' => '1',
setzen


unter admin/einstellungen/cookies änderbar

admin.php?op=settings&s=2

SERVER_NAME as Cookie Domain auf ja setzen

_________________
.: USE THE FORCE :.
Helft mit ! Keine Unbeantworteten Beiträge mehr

Ertan's Serverdaten - verwendete Vers. (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Back to top
View user's profile Send e-mail Visit poster's website Photo Gallery
Ertan
Webmaster


Joined: Mar 19, 2004
Posts: 1240
Location: Germany

PostPost subject: Re: Login problem. browser merkt sich die session nicht
Posted: 23.02.2009 20:17
Reply with quote

sehe gerade das auf deiner seite "GPL" hinweis kaum sichtbar ist!!!

GPL footer sollte sichtbar(deutlich) sein
=> sonst kein support

_________________
.: USE THE FORCE :.
Helft mit ! Keine Unbeantworteten Beiträge mehr

Ertan's Serverdaten - verwendete Vers. (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Back to top
View user's profile Send e-mail Visit poster's website Photo Gallery
Display posts from previous:   
Post new topic   Reply to topic   Printer Friendly Page    Forum Index > > HowTo & Allgemeine Fragen
Page 1 of 1
All times are GMT + 1 Hour



Jump to:  


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum




Interactive software released under GNU GPL, Code Credits, Privacy Policy