fastcgipp-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fastcgipp-users] string problem


From: Goran
Subject: [Fastcgipp-users] string problem
Date: Sun, 05 Apr 2009 23:37:01 +0200

Hi all!

I'm starting with fastcgi++ and I have a problem concerning
"session.cookies".

For a first start I watched at the cookies with:

out << session.cookies;

That's fine, but I have to parse the cookie. For parsing I need a
"std::string".

// ugly
std::basic_string<wchar_t> cookie = session.cookies;

// fine but impossible
std::string cookie = session.cookies;

What should I do?

Thanks,
Goran





reply via email to

[Prev in Thread] Current Thread [Next in Thread]