William,Did you create the session table or is this an old session table. If you upgraded from a previous version the structure has changed slightly iwth the IDs being longer.
The SQL table definitions are defined in a SQL script in:
westwind.sql
in the templates folder. Specifically the Session Table ID field needs to be 14 characters wide.
If that's not it make sure cookies are enabled in your browser - without cookies no sessions.
+++ Rick ---
Hi there,
I just installed VF9 SP2 and Web Connection 5.66 on IIS 8.0.9200 running on Windows 8. I was able to configure the IIS and everything else properly. However, the session variables do not hold. They just disappear after the first request.
In greater detail, the user logs in, some variables are added to the session (during log in) and the user is redirected to his/her landing page. As soon as the user clicks on any other link and a request is generated, the session comes empty.
I already tried (1) changing the application pool, (2) installing/uninstalling IIS features, and (3) using three different browsers (Chrome 27, Firefox 21, IE 10); but nothing seems to help.
Could any of you shed some light in this? Thank you very much!