Einzelnen Beitrag anzeigen

viper3001

Registriert seit: 24. Apr 2011
7 Beiträge
 
#5

AW: Indy Login+Cookies

  Alt 26. Apr 2011, 14:21
Also ich hatte mal so ein ähnliches Problem.
Versuch mal Folgendes: Die seite zuerst mit get aufrufen. Da schau dir mal das RecvPacket an. Bei dir stand genau drin Set-Cookie: PHPSESSID=ca753b5f460588c3e9ac1174beae51b0; path=/

->
Code:
temp_sh:='PHPSESSID=ca753b5f460588c3e9ac1174beae51b0';
HTTP.AllowCookies:=true;
HTTP.Cookiemanager.addCookie(temp_sh,loginURL);
Hoffe es hilft evtl.

MfG

Geändert von viper3001 (26. Apr 2011 um 14:27 Uhr)
  Mit Zitat antworten Zitat