Hi All I've just started using jQuery and already love it!
I'm working now on project, that will give some services to wide community after registration. I'm going to use: - jQuery with Ajax and UI plugins on the client side - Perl (or PHP) + MySQL on server side - (may be) some good CMS in between for user session management (registration/authentication/authorization) and other usefull staff like forums, etc... I have more question than answers about the way to go :) 1. If I choose to use any existing CMS for managing user sessions - what is the best CMS to be integrated with jQuery? 2. If I choose to use some of the existing framework and will implement my own homemade user session management - are there plans for jQuery to have comprehensive support (plugin?) for user sessions management? 3. Best way to do transparent session verification for Ajax requests? It seems a bit of mess in my brain still, but any help/advise will be appreciated!