Migrating JAAS Logon module from NW 7.0 to NW 7.4.
Within the commit() method of logon the JSESSIONID for the user is retrieved using HttpGetterCallback.
Type is set to (HttpGetterCallback.COOKIE)
Name is set to ("JSESSIONID")
This works splendidly in the NW 7.0 environment, however NW 7.4 environment it returns null...
I am able to retrieve the "saplb_*" cookie using the same method in the 7.4 environment, but not the JSESSIONID...
Any help, suggestions, or comments greatly appreciated!
-Scott