Re: Refusing direct actions

From: Andrew Lindesay (ap..indesay.co.nz)
Date: Sun Feb 03 2008 - 19:41:41 EST

  • Next message: Thomas: "Re: Refusing direct actions"

    Hello Thomas;

    I recently had a look in the apache adaptor source for this. Download
    my framework and take a look at;

            LEWOJSONRPCRequestHandler.handleRequest(..)

    Look for;

            LEWOStuffConstants.KEY_HEADER_WOREFUSINGREDIRECTION

    I'm not sure if there is a better way.

    cheers.

    > Google and the apple docs are surprisingly silent about this.
    >
    > I have an application where almost all access is for members only,
    > thus requiring login, but almost all pages are accessed by direct
    > action. Of course if I set "refuse new sessions" because I've
    > deployed a new version in another instance, it does nothing because
    > new users connect via direct action and get a new session.
    >
    > I'm wondering what is the standard way of handling this? Should I
    > test for isRefusingNewSessions() and hasSession() and redirect the
    > visitor to the same URL, hoping that eventually they will get
    > another instance? Is there a better way?

    ___
    Andrew Lindesay
    technology : www.lindesay.co.nz
    business : www.silvereye.co.nz



    This archive was generated by hypermail 2.0.0 : Sun Feb 03 2008 - 19:42:26 EST