Browse Source

Fixed http://phpazure.codeplex.com/WorkItem/View.aspx?WorkItemId=3331

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@19882 44c647ce-9c0f-0410-b52a-842ac1e357ba
maartenba 16 years ago
parent
commit
75cce557f0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      library/Zend/Service/WindowsAzure/SessionHandler.php

+ 1 - 1
library/Zend/Service/WindowsAzure/SessionHandler.php

@@ -65,7 +65,7 @@ class Zend_Service_WindowsAzure_SessionHandler
      * @param string $sessionTable Session table name
      * @param string $sessionTablePartition Session table partition
      */
-    public function __construct(Zend_Service_WindowsAzure_Storage_Table $tableStorage, $sessionTable = 'php-sessions', $sessionTablePartition = 'sessions')
+    public function __construct(Zend_Service_WindowsAzure_Storage_Table $tableStorage, $sessionTable = 'phpsessions', $sessionTablePartition = 'sessions')
 	{
 	    // Set properties
 		$this->_tableStorage = $tableStorage;