Session attribute ["); + out.print(HTMLFilter.filter(dataName)); + out.print("] not added as there are already "+ SESSION_ATTRIBUTE_COUNT_LIMIT + " attributes in the "); + out.println("session. Delete an attribute before adding another."); + } } - out.println("
"); + out.println("
");
out.println(rb.getString("sessions.data") + " ");
- out.print(" GET based form: URL encoded ");
+ if (sessionAttributeCount < SESSION_ATTRIBUTE_COUNT_LIMIT) {
+ out.println(" ");
+ out.print(" GET based form: URL encoded ");
+ } else {
+ out.print(" You may not add more than " + SESSION_ATTRIBUTE_COUNT_LIMIT + " attributes to this session.");
+ }
out.println("
");
- Enumeration
");
}
- out.println("
");
- out.print("
");
+ out.print("