So you have a cluster of two or more apache servers and want your php sessions to be shared between the different apache servers?
One great solution is to use memcache. It's a Free & open source, high-performance, distributed memory object caching system and can support the mirroring of sessions to multiple memcache servers (which could be on each apache server). Also your sessions are stored in RAM so they are nice and quick too!
Version 1.0.3 of our JQuery lockSubmit plugin has been released. It adjusts the method used to disable the submit. Improves cross browser compatibility and effectiveness
This is a smallunobtrusiveJQuery plugin function which allows you to change any input checkbox to an image version while retaining full functionality! It even pre-loads the images to keep it snappy.
...without losing the submit button's name/value in submited form data
This is a small JQuery plugin function which allows you to disable a submit button on the onClick event, while still having the button's name/value passed to the form. It also changes the value of the selected button when clicked to "Please wait..." or any text you pass over to the settings.
This pluging was created because normally if you disable a button with an onClick event, then that buttons name/value pair is not submitted with the form data. So this is useful if you have a submit button on a page which you are checking for being clicked when the form is submitted (e.g. if you have more than one button in a form) and you want to stop any double clicks on the button.
Options "submitText" - Sets what the new value of the submit is set to on click. This value is not submited, its the original value of the button which is submited. "onAddCSS" - CSS class which is added to any submit effected by this plugin "onClickCSS" - CSS which is added to the submit button upon click.
Usage 1 - Download/Extract JQuery 2 - Download/Extract our plugin 3 - Include jquery and the plugin in your page with;
Change Log v1.03 - Changed the method used to disable the submit. Improves cross browser compatibility and effectiveness v1.02 - Add Extra options for CSS v1.01 - Update to improve different browser compatibility v1.0 - First Version
Donate Here is a paypal link for if you find this useful and would like to buy me a drink!