Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Session proxy is not a module: it is a replacement for Drupal core session handling API.
It acts as a proxy between fixed core procedural API towards a fully object oriented, more flexible and easier to extend session management API.
Basically, it strongly encapsulate the original API, separating user management against raw session storage: by using it you are able to implement any session storage engine (memcache, redis, ... ) without handling cookies and by users yourself.
This module allow you add an image field to user, and show it on user register form, after user register an account, this module will use the fid that upload by image field as user picture's fid.
The Blizzard API module provides an interface for other modules to interact with Battle.net APIs and allows users to login using their Battle.net accounts.
Developers may use this module to quickly access game data from World of Warcraft, Diablo 3, and StarCraft 2. For users that login using a Battle.net account, they may also access protected account information, if permitted, such as StarCraft 2 profiles and World of Warcraft characters. Source code is fully documented and additional code examples are provided in the included *.api.php files.