This is most likely related to your app, not apache. Monitor your cookies, and see what's actually in your browser cache. And, do the same on the server. I've seen this many times before, and it's always been a session.domain issue.
-G On Feb 2, 2012, at 7:35 AM, Jesse Tayler wrote: > I don't, but adjust what? my apache rules? > > as far as I can tell, the cookies don't stick? > > SSL and this URL shortening are the only two new additions here. > > > > On Feb 1, 2012, at 10:20 PM, George Domurot wrote: > >> Do you have more than on app on the domain? You may need to adjust this to >> accommodate multiple apps. >> >> -G >> >> >> On Feb 1, 2012, at 6:54 PM, George Domurot wrote: >> >>> This may be related to your Session.domainForIDCookies. >>> >>> You may need to override this (when !isDevelopmentMode()) — also, consider >>> setting it to er.extensions.ERXApplication.replaceApplicationPath.replace. >>> >>> -G >>> >>> On Feb 1, 2012, at 6:11 PM, Michael Kondratov wrote: >>> >>>> I am having a same issue!!! It looks like session needs to be in URL for >>>> wo to work. >>>> >>>> Michael Kondratov >>>> >>>> Sent from my iPhone >>>> >>>> On Feb 1, 2012, at 20:18, Jesse Tayler <[email protected]> wrote: >>>> >>>>> >>>>> I just deployed ERRest with apache rules to shorten URLs >>>>> >>>>> I can't get sessions to stick. >>>>> >>>>> static pages /wa/ and /ra/ work as expected >>>>> >>>>> but session pages /wo/ show up but navigate back to Main page when >>>>> clicking and there's no error, which seems like the session just isn't >>>>> getting kept. >>>>> >>>>> Safari didn't let me check the cookies very well, or they moved the >>>>> editor that used to be there...even firefox didn't seem to show me my >>>>> cookie situation or I could not find it... >>>>> >>>>> Do I need to do something other than: >>>>> >>>>> setStoresIDsInURLs(false); >>>>> setStoresIDsInCookies(true); >>>>> >>>>> To let the shortening work properly? >>>>> >>>>> >>>>> _______________________________________________ >>>>> Do not post admin requests to the list. They will be ignored. >>>>> Webobjects-dev mailing list ([email protected]) >>>>> Help/Unsubscribe/Update your Subscription: >>>>> https://lists.apple.com/mailman/options/webobjects-dev/michael%40aspireauctions.com >>>>> >>>>> This email sent to [email protected] >>>> _______________________________________________ >>>> Do not post admin requests to the list. They will be ignored. >>>> Webobjects-dev mailing list ([email protected]) >>>> Help/Unsubscribe/Update your Subscription: >>>> https://lists.apple.com/mailman/options/webobjects-dev/george%40boxofficetickets.com >>>> >>>> This email sent to [email protected] >>> >>> _______________________________________________ >>> Do not post admin requests to the list. They will be ignored. >>> Webobjects-dev mailing list ([email protected]) >>> Help/Unsubscribe/Update your Subscription: >>> https://lists.apple.com/mailman/options/webobjects-dev/george%40boxofficetickets.com >>> >>> This email sent to [email protected] >> >> _______________________________________________ >> Do not post admin requests to the list. They will be ignored. >> Webobjects-dev mailing list ([email protected]) >> Help/Unsubscribe/Update your Subscription: >> https://lists.apple.com/mailman/options/webobjects-dev/jtayler%40oeinc.com >> >> This email sent to [email protected] >
_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
