Is there an equivalent of DynamoDB on Azure as a PHP session Handler

user2335065 6 Reputation points
2022-05-01T19:38:10.777+00:00

Is there a equivalent of DynamoDB on Azure as a PHP session Handler? I found some very old articles online suggesting to use Azure Table Storage but it doesn't seem to work anymore. (https://dzone.com/articles/handling-php-sessions-windows). Thank you very much!

Azure Table Storage
Azure Table Storage
An Azure service that stores structured NoSQL data in the cloud.
156 questions
Azure Disk Storage
Azure Disk Storage
A high-performance, durable block storage designed to be used with Azure Virtual Machines and Azure VMware Solution.
572 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Oury Ba-MSFT 16,166 Reputation points Microsoft Employee
    2022-05-05T16:19:58.433+00:00

    Hi @user2335065 Thank you for posting your query on Microsoft Q&A and for using Azure services.

    My understanding is that you are looking for an equivalent of DynamoDB on Azure as a PHP session handler. First, I would like to apologize for delay in our response.

    I suggested using Redis Cache for session handling in your app. To use Azure Cache for Redis as a PHP session cache, specify the connection string to your Azure Cache for Redis instance in session.save_path.

    199279-image.png

    For more information about using Azure Cache for Redis as a PHP session cache with the PhpRedis client, see PHP Session handler.

    Please let me know if that answer your question.

    Regards,
    Oury