Laravel/Apache “Bad Request”Why can't Windows Server 2008 create cookies?Uploading file > 1 MB on Django admin gives 400 Bad Request responseBad Request Due to “Bad” CookieApache reverse proxy for Cloud9 using ServerNameIs it bad to redirect http to https?Injecting Response Headers based on logic in apacheApache 2.2.22 sporadically Changing POST requests from Safari 8,9 to GETTroubleshooting 403 gateway errorApache mod_cluster 1.2.6 and jboss 6: All workers are in error state for only one jboss web-applicationHow cookies work with non persistance load balencers
Pirate democracy at its finest
Are these reasonable traits for someone with autism?
Maxima of Brownian motion
C++ forcing function parameter evalution order
Where is the logic in castrating fighters?
Is the derivative with respect to a fermion field Grassmann-odd?
Is it rude to call a professor by their last name with no prefix in a non-academic setting?
What is a really good book for complex variables?
Should I disclose a colleague's illness (that I should not know) when others badmouth him
Popcorn is the only acceptable snack to consume while watching a movie
Grammar Question Regarding "Are the" or "Is the" When Referring to Something that May or May not be Plural
Gladys goes shopping
What is quasi-aromaticity?
Why does this if-statement combining assignment and an equality check return true?
Why is this Simple Puzzle impossible to solve?
What is the largest (size) solid object ever dropped from an airplane to impact the ground in freefall?
Employer asking for online access to bank account - Is this a scam?
My players want to grind XP but we're using milestone advancement
Is it possible to play as a necromancer skeleton?
Why didn't Thanos use the Time Stone to stop the Avengers' plan?
How to use libraries with delays inside within a time critical STM32 HAL application?
What are these arcade games in Ghostbusters 1984?
A steel cutting sword?
Where can I find visible/radio telescopic observations of the center of the Milky Way galaxy?
Laravel/Apache “Bad Request”
Why can't Windows Server 2008 create cookies?Uploading file > 1 MB on Django admin gives 400 Bad Request responseBad Request Due to “Bad” CookieApache reverse proxy for Cloud9 using ServerNameIs it bad to redirect http to https?Injecting Response Headers based on logic in apacheApache 2.2.22 sporadically Changing POST requests from Safari 8,9 to GETTroubleshooting 403 gateway errorApache mod_cluster 1.2.6 and jboss 6: All workers are in error state for only one jboss web-applicationHow cookies work with non persistance load balencers
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
I'm playing around with Laravel and implemented the Auth class to create a user registration/login system, i'm using the cookie driver so that members can stay logged in.
But most of the time it will not log me in, and if it does log me in as soon as i click another link i'm logged out.. then eventually i will get this error:
Bad Request
Your browser sent a request that this server could not understand.
Size of a request header field exceeds server limit.
Cookie
/n
Apache/2.2.15 (CentOS) Server at server.localhost.com Port 80
Chrome in particular is stuck on this error but Safari is able to get passed it, i think it's a cookie issue or server mis-configuration
Clearing cookies allows me in once but then the error will appear again.
apache-2.2 centos cookies
add a comment |
I'm playing around with Laravel and implemented the Auth class to create a user registration/login system, i'm using the cookie driver so that members can stay logged in.
But most of the time it will not log me in, and if it does log me in as soon as i click another link i'm logged out.. then eventually i will get this error:
Bad Request
Your browser sent a request that this server could not understand.
Size of a request header field exceeds server limit.
Cookie
/n
Apache/2.2.15 (CentOS) Server at server.localhost.com Port 80
Chrome in particular is stuck on this error but Safari is able to get passed it, i think it's a cookie issue or server mis-configuration
Clearing cookies allows me in once but then the error will appear again.
apache-2.2 centos cookies
Try looking at the apache error log. /var/log/httpd/error_log (or the ssl equivilant). And share the error log contents here.
– Jason Tan
Jun 11 '13 at 15:01
There isn't many errors, but one thats there the most is "request failed: error reading the headers" .. i'd say the rest are unrelated.
– Goodbytes
Jun 11 '13 at 17:50
add a comment |
I'm playing around with Laravel and implemented the Auth class to create a user registration/login system, i'm using the cookie driver so that members can stay logged in.
But most of the time it will not log me in, and if it does log me in as soon as i click another link i'm logged out.. then eventually i will get this error:
Bad Request
Your browser sent a request that this server could not understand.
Size of a request header field exceeds server limit.
Cookie
/n
Apache/2.2.15 (CentOS) Server at server.localhost.com Port 80
Chrome in particular is stuck on this error but Safari is able to get passed it, i think it's a cookie issue or server mis-configuration
Clearing cookies allows me in once but then the error will appear again.
apache-2.2 centos cookies
I'm playing around with Laravel and implemented the Auth class to create a user registration/login system, i'm using the cookie driver so that members can stay logged in.
But most of the time it will not log me in, and if it does log me in as soon as i click another link i'm logged out.. then eventually i will get this error:
Bad Request
Your browser sent a request that this server could not understand.
Size of a request header field exceeds server limit.
Cookie
/n
Apache/2.2.15 (CentOS) Server at server.localhost.com Port 80
Chrome in particular is stuck on this error but Safari is able to get passed it, i think it's a cookie issue or server mis-configuration
Clearing cookies allows me in once but then the error will appear again.
apache-2.2 centos cookies
apache-2.2 centos cookies
asked Jun 11 '13 at 14:58
GoodbytesGoodbytes
106114
106114
Try looking at the apache error log. /var/log/httpd/error_log (or the ssl equivilant). And share the error log contents here.
– Jason Tan
Jun 11 '13 at 15:01
There isn't many errors, but one thats there the most is "request failed: error reading the headers" .. i'd say the rest are unrelated.
– Goodbytes
Jun 11 '13 at 17:50
add a comment |
Try looking at the apache error log. /var/log/httpd/error_log (or the ssl equivilant). And share the error log contents here.
– Jason Tan
Jun 11 '13 at 15:01
There isn't many errors, but one thats there the most is "request failed: error reading the headers" .. i'd say the rest are unrelated.
– Goodbytes
Jun 11 '13 at 17:50
Try looking at the apache error log. /var/log/httpd/error_log (or the ssl equivilant). And share the error log contents here.
– Jason Tan
Jun 11 '13 at 15:01
Try looking at the apache error log. /var/log/httpd/error_log (or the ssl equivilant). And share the error log contents here.
– Jason Tan
Jun 11 '13 at 15:01
There isn't many errors, but one thats there the most is "request failed: error reading the headers" .. i'd say the rest are unrelated.
– Goodbytes
Jun 11 '13 at 17:50
There isn't many errors, but one thats there the most is "request failed: error reading the headers" .. i'd say the rest are unrelated.
– Goodbytes
Jun 11 '13 at 17:50
add a comment |
1 Answer
1
active
oldest
votes
This'll happen if you're storing too much data in the session.
You can switch to database sessions, but the better move would be to architect your site to store only what's necessary in the session. Session storage isn't intended to store huge arrays of data.
I'm using Laravel framework and that seems to be doing most of the work.. i'm not putting anything in the session i'm using the Laravel auth class so it's whatever this class is configured to do, i'll raise a post on their forums.
– Goodbytes
Jun 11 '13 at 17:52
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "2"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f514999%2flaravel-apache-bad-request%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
This'll happen if you're storing too much data in the session.
You can switch to database sessions, but the better move would be to architect your site to store only what's necessary in the session. Session storage isn't intended to store huge arrays of data.
I'm using Laravel framework and that seems to be doing most of the work.. i'm not putting anything in the session i'm using the Laravel auth class so it's whatever this class is configured to do, i'll raise a post on their forums.
– Goodbytes
Jun 11 '13 at 17:52
add a comment |
This'll happen if you're storing too much data in the session.
You can switch to database sessions, but the better move would be to architect your site to store only what's necessary in the session. Session storage isn't intended to store huge arrays of data.
I'm using Laravel framework and that seems to be doing most of the work.. i'm not putting anything in the session i'm using the Laravel auth class so it's whatever this class is configured to do, i'll raise a post on their forums.
– Goodbytes
Jun 11 '13 at 17:52
add a comment |
This'll happen if you're storing too much data in the session.
You can switch to database sessions, but the better move would be to architect your site to store only what's necessary in the session. Session storage isn't intended to store huge arrays of data.
This'll happen if you're storing too much data in the session.
You can switch to database sessions, but the better move would be to architect your site to store only what's necessary in the session. Session storage isn't intended to store huge arrays of data.
answered Jun 11 '13 at 15:01
ceejayozceejayoz
27.3k66694
27.3k66694
I'm using Laravel framework and that seems to be doing most of the work.. i'm not putting anything in the session i'm using the Laravel auth class so it's whatever this class is configured to do, i'll raise a post on their forums.
– Goodbytes
Jun 11 '13 at 17:52
add a comment |
I'm using Laravel framework and that seems to be doing most of the work.. i'm not putting anything in the session i'm using the Laravel auth class so it's whatever this class is configured to do, i'll raise a post on their forums.
– Goodbytes
Jun 11 '13 at 17:52
I'm using Laravel framework and that seems to be doing most of the work.. i'm not putting anything in the session i'm using the Laravel auth class so it's whatever this class is configured to do, i'll raise a post on their forums.
– Goodbytes
Jun 11 '13 at 17:52
I'm using Laravel framework and that seems to be doing most of the work.. i'm not putting anything in the session i'm using the Laravel auth class so it's whatever this class is configured to do, i'll raise a post on their forums.
– Goodbytes
Jun 11 '13 at 17:52
add a comment |
Thanks for contributing an answer to Server Fault!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f514999%2flaravel-apache-bad-request%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Try looking at the apache error log. /var/log/httpd/error_log (or the ssl equivilant). And share the error log contents here.
– Jason Tan
Jun 11 '13 at 15:01
There isn't many errors, but one thats there the most is "request failed: error reading the headers" .. i'd say the rest are unrelated.
– Goodbytes
Jun 11 '13 at 17:50