Cookies?

WAS, Netweaver, Fiori

Cookies?

Postby Milla4157 » Wed Jan 18, 2006 12:12 pm

Hallo,

habe ich eine Frage zum Cookie, und zwar wann soll ich überprüfen ob es da auf dem Server oder Client ein Cookie gibt? Und zu den folgenden Code:
Code: [Select all] [Expand/Collapse] [Download] (Untitled.txt)
  1. call method application->read_session_cookie
  2.   exporting
  3.     i_runtime    = runtime
  4.   importing
  5.     e_data_value = import_value.
  6.    //e_data_value wurde clear
  7.  
  8. if import_value is not initial.
  9.   navigation->goto_page( 'logoff.htm' ).
  10.   exit.
  11.  
GeSHi ©


verstehe ich auch nicht, warum die Seite zur Logoff springen soll wenn import_value nicht initialisiert ist. Wer kann mir das mal erkären? Danke im voraus.

Gruss
Milla4157
..
..
 
Posts: 15
Joined: Tue Jan 17, 2006 6:12 pm

Return to Web Application Server

Who is online

Users browsing this forum: No registered users and 5 guests