Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7001373
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T20:47:41+00:00 2026-05-27T20:47:41+00:00

hi i have many session values in my project and i use the syntext

  • 0

hi i have many session values in my project and i use the syntext for session is

$_SESSION['username'] = $somevalue;

this things is implemented in may pages around 2000 pages. now i want to replace this thing to

$_SESSION['username'] = (string)$somevalue

in all the pages simultaneously. how can i do this in dreamwaver. please help me. there are many different session values used in my pages.

Is there any way to convert all session values into string simultaneosly.
i mean any regex method like $_SESSION[.] = (string) like this. or any other method. please tell me .

Thanks.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T20:47:41+00:00Added an answer on May 27, 2026 at 8:47 pm

    It depends of what version of PHP you have. For >=5.3, use Peter’s version, for <5.3, use

    function stringify($item)
    {
        return (string)$item;
    }
    
    $_SESSION = array_map('stringify', $_SESSION);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have in many places in my ASP.NET project used the Session variable for
I have this form with ~170 individual text boxes with values in a session
I want to share my session variables in PHP using many subdomains. I have
I have found many questions here about storing values in viewstate, but haven't found
I am writing an application and I will have some dictionary values in many
I have this form which can insert/update values into database table. <div id=settingsdiv style=width:350px;
I have some different Map/Reduces functions that I use in my project. But one
I am using session to authenticate a user. I have 2 web pages in
I have many different NSArray 's stored in .dat files, in the Documents folder
I have many PowerPoint presentations that I need to be able to add to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.