in reply to Apache Session own ID

Take a look at Apache::Session::Flex it allows you to specify the ID generator (or even specify one that you have created).


-Waswas

Replies are listed 'Best First'.
Re: Re: Apache Session own ID
by roberlamerma (Initiate) on Dec 10, 2003 at 01:33 UTC
    Hi. I have tried Apache::Session::Flex before, but the thing is that I already have the id I want, I dont want to create a new one. As far as I know, Apache::Session::Flex just lets to specify which module should be used for id generation.
      I do not get your question then cause you asked Hi monks! Does anyone have an idea about how to generate a custom session ID for Apache::Session? That lead me to believe that you wanted to generate a new ID, your way, instead of md5. What is your question then.


      -Waswas
        Yes yes, you are right. By "custom ID" I meant some ID I already created. It is possible to do so using Flex? Thanx